home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / VER.HLP < prev    next >
Text File  |  1985-09-10  |  743b  |  26 lines

  1. ------------------------  VER - Internal DOS Command  --------------------------
  2.  
  3. VER displays the DOS version number currently in use.
  4.  
  5. FORMAT:   VER
  6.  
  7. REMARKS:
  8.  
  9.    DOS version numbers are used by the manufacturer to identify DOS software.
  10.    The version number has the form V.NN, where V is the Major version number
  11.    (such as 1, 2, 3) and N is the Minor version number (such as 00, 1, 11).
  12.  
  13.    Some programs will work only with specific DOS versions.  If a new program
  14.    does not work, you can use VER to see if you are using the correct DOS
  15.    version.
  16.  
  17. EXAMPLE:
  18.  
  19. Display the DOS Version currently in use:
  20.  
  21.           VER
  22.  
  23.    DOS will respond with something like:
  24.  
  25.           IBM Personal Computer DOS Version 2.1
  26.